home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue42 / ASP / uServerForm.dfm / uServerForm.txt
Encoding:
Text File  |  1998-11-13  |  936 b   |  44 lines

  1. object frmAspServer: TfrmAspServer
  2.   Left = 201
  3.   Top = 103
  4.   Width = 201
  5.   Height = 143
  6.   Caption = 'Server'
  7.   Color = clYellow
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = True
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 16
  19.     Width = 150
  20.     Height = 20
  21.     Caption = 'ASP custom form  '
  22.     Font.Charset = DEFAULT_CHARSET
  23.     Font.Color = clBlue
  24.     Font.Height = -16
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 16
  31.     Top = 48
  32.     Width = 143
  33.     Height = 32
  34.     Caption = 'Place here any controls and code you desire.'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clBlue
  37.     Font.Height = -13
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = []
  40.     ParentFont = False
  41.     WordWrap = True
  42.   end
  43. end
  44.